home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 13.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  399 b   |  16 lines

  1. on exitFrame
  2.   global mainpictlist
  3.   if rollOver(11) or rollOver(12) then
  4.     go(the name of cast the mouseCast)
  5.   else
  6.     if (the mouseCast = 61) or rollOver(39) then
  7.       go(the frame)
  8.     else
  9.       if (the mouseCast < 89) or (the mouseCast > 91) then
  10.         set the member of sprite 9 to member getAt(mainpictlist, 3) of castLib "S13"
  11.         go("start")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.